ComponentOne ASP.NET MVC Controls
ComboBox<T> Constructor

C1.Web.Mvc Namespace > ComboBox<T> Class : ComboBox<T> Constructor
The html helper
The selector
Creates one ComboBox<T> instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal helper As HtmlHelper, _
   Optional ByVal selector As String _
)
public ComboBox<T>( 
   HtmlHelper helper,
   string selector
)

Parameters

helper
The html helper
selector
The selector
See Also

Reference

ComboBox<T> Class
ComboBox<T> Members